home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource3 / 156_01 / float.h < prev    next >
Text File  |  1985-08-21  |  1KB  |  55 lines

  1. double float(),    /* integer to floating point conversion */
  2. fmod(),        /* mod(x,y) */
  3. fabs(),        /* absolute value */
  4. floor(),    /* largest integer not greater than */
  5. ceil(),        /* smallest integer not less than */
  6. rand();        /* random number in range 0...1 */
  7. int ifix();    /* floating point to integer
  8.         (takes floor first) */
  9. #asm
  10.     GLOBAL    ADDHALF
  11.     GLOBAL    DADD
  12.     GLOBAL    DDIV
  13.     GLOBAL    DGE
  14.     GLOBAL    DIV1
  15.     GLOBAL    DIV17
  16.     GLOBAL    DLOAD
  17.     GLOBAL    DMUL
  18.     GLOBAL    DSTORE
  19.     GLOBAL    DSWAP
  20.     GLOBAL    DSUB
  21.     GLOBAL    DEQ
  22.     GLOBAL    DGT
  23.     GLOBAL    DLE
  24.     GLOBAL    DLT
  25.     GLOBAL    DNE
  26.     GLOBAL    DPUSH
  27.     GLOBAL    DPUSH2
  28.     GLOBAL    EXTRA
  29.     GLOBAL    FA
  30.     GLOBAL    FADD
  31.     GLOBAL    FASIGN
  32.     GLOBAL    FDIV
  33.     GLOBAL    FMUL
  34.     GLOBAL    FSUB
  35.     GLOBAL    HLADD
  36.     GLOBAL    HLSUB
  37.     GLOBAL    ILLFCT
  38.     GLOBAL    L247E
  39.     GLOBAL    L2895
  40.     GLOBAL    LDBCFA
  41.     GLOBAL    LDBCHL
  42.     GLOBAL    LDFABC
  43.     GLOBAL    MINUSFA
  44.     GLOBAL    ODD
  45.     GLOBAL    PUSHFA
  46.     GLOBAL    QCEIL
  47.     GLOBAL    QIFIX
  48.     GLOBAL    QFABS
  49.     GLOBAL    QFLOAT
  50.     GLOBAL    QFLOOR
  51.     GLOBAL    QFMOD
  52.     GLOBAL    QRAND
  53.     GLOBAL    SGN
  54. #endasm
  55.